SimpleModifierResult

Generic API response object with success or failure flag and related messages.

API Section: Objects

Type: Object

Properties

Name

Description

Required

Type

Format

modifiedList

List of item ID's that have been affected by the function call. The type of ID depends on the function.

-

string [ ]

success

Boolean showing success or failure result.

-

boolean

errorMessage

Error message in case of failure

-

string

Usages
  • /API2/dataSources/updateDataFlowNodeSchemas
  • /API2/dataSources/updateModelName
  • /API2/dataSources/updateSourceNodeConnection
  • /API2/dataSources/updateTargetNodeConnection
  • /API2/dataSources/updateVariableConnection
  • /API3/dataSources/updateDataFlowNodeSchemas
  • /API3/dataSources/updateModelName
  • /API3/dataSources/updateSourceNodeConnection
  • /API3/dataSources/updateTargetNodeConnection
  • /API3/dataSources/updateVariableConnection